home *** CD-ROM | disk | FTP | other *** search
- DU (DiskUsage) is a little program similar to the famous UN*X command.
- It displays the size of a directory and all of its subdirectories.
-
- Example :
-
- du include:
-
- 86529 include:clib
- 38525 include:prefs
- 194986 include:libraries
- 5160 include:sys
- 7772 include:utility
- 12189 include:workbench
- 96644 include:exec
- 42487 include:rexx
- 98010 include:graphics
- 225467 include:intuition
- 25431 include:resources
- 32602 include:hardware
- 7212 include:locale
- 54595 include:pragmas
- 104597 include:dos
- 148502 include:devices
- 6687 include:proto
- Total 1231587
-
-
- BTW: DU is using the ExAll() function, so it needs Kick >=2.x
-
-
-
- History :
-
- V1.0 Initial Release
- V1.1 Implemented break by CTRL_C
- V1.2 Recompiled by SAS/C 6.0 saved some bytes !!!!
- V1.3 du throws Enforcerhits when started without a parameter,
- thanks to Tron for reporting this.
- V1.4 Added a cli return code
-
- /***************************************************************************/
- /* */
- /* DU was written, conceived and compiled by */
- /* */
- /* Michael Illgner */
- /* Theodorstr. 27 */
- /* W-4790 Paderborn */
- /* Germany */
- /* Tel.: 05251/26488 or 05251/60-2331 */
- /* */
- /* email: fillg1@uni-paderborn.de */
- /* */
- /***************************************************************************/
-